home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / internet / java draw 4 / JDRAW4.EXE / data.z / Javadraw.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Encoding:
Text File  |  1996-08-11  |  1.1 KB  |  55 lines

  1. object Form1: TForm1
  2.   Left = 260
  3.   Top = 320
  4.   Width = 577
  5.   Height = 333
  6.   ActiveControl = FREditor1
  7.   Font.Color = clWindowText
  8.   Font.Height = -16
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   FormStyle = fsMDIChild
  12.   Icon.Data = {<image000.ico>}
  13.   KeyPreview = True
  14.   Position = poDefault
  15.   Visible = True
  16.   OnActivate = FormActivate
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   PixelsPerInch = 120
  21.   TextHeight = 20
  22.   object FREditor1: TxEditor
  23.     Left = 0
  24.     Top = 0
  25.     Width = 569
  26.     Height = 304
  27.     Align = alClient
  28.     Color = clWhite
  29.     Color_Default = clBlack
  30.     Color_Sonderzeichen = clBlue
  31.     LineHeight = 16
  32.     MaxCanvasChars = 0
  33.     MaxCanvasLines = 16
  34.     ScrollVPos = 0
  35.     ScrollHPos = 0
  36.     TabStop = False
  37.     OnKeyUp = FREditor1KeyUp
  38.   end
  39.   object ReplaceDialog1: TReplaceDialog
  40.     Left = 96
  41.     Top = 16
  42.   end
  43.   object FindDialog1: TFindDialog
  44.     Options = [frDown, frDisableUpDown, frDisableWholeWord]
  45.     OnFind = FindDialog1Find
  46.     Left = 56
  47.     Top = 16
  48.   end
  49.   object Timer1: TTimer
  50.     OnTimer = Timer1Timer
  51.     Left = 24
  52.     Top = 240
  53.   end
  54. end
  55.